For now not. but in the future i implement a user profile privacy control.
You can hide admins on list/search user view. see this:
http://www.easy-profile.com/docs/28-list-of-users-of-a-particular-usergroup.html
example:
group_id=2 --- only registered
group_id<>8 --- exclude super user
group_id IN (2,3,2,5) --- only registered,author,publisher and editor
group_id NOT IN (6,7,8) --- exclude manager, admin and super admin
You can use any sql where command.