Hiding the Toolbar
To hide the BuddyPress admin bar all together, simply place this code in bp-custom.php.
define('BP_DISABLE_ADMIN_BAR', true);
Note: This will hide the BuddyPress admin bar from the administration area also. This turns it completely off.