Hello Rob,
The default Members search box is in the BuddyPress template file:
wp-content/plugins/buddypress/bp-templates/bp-legacy/buddypress/members/index.php
To remove it, open that file and delete the following three lines:
<div id="members-dir-search" class="dir-search" role="search">
<?php bp_directory_members_search_form(); ?>
</div><!-- #members-dir-search -->