I know I should not answer to this old thread, but since it was bothering me as well I just removed it inside the activity-loop with this:
`while ( bp_activities() ) : bp_the_activity();
if ( ‘friendship_created’ != bp_get_activity_type() ) :
include( locate_template( array( ‘activity/entry.php’ ), false ) )
endif;
endwhile;`