how can I remove the follow user function
Open: ow_plugins/newsfeed/init.php
And comment out (or remove) the following (lines 139-143):
$event->add(array(
BASE_CMP_ProfileActionToolbar::DATA_KEY_LABEL => $isFollowing ? $unfollowLabel : $followLabel,
BASE_CMP_ProfileActionToolbar::DATA_KEY_LINK_HREF => 'javascript://',
BASE_CMP_ProfileActionToolbar::DATA_KEY_LINK_ID => $linkId
));
Hope this helps!