From WP 3.3, we can toggle the ‘Add Media’ button by using ‘media_buttons’ settings.
$editor_settings = array('media_buttons' => false);
wp_editor($post_content, 'content_id', $editor_settings);
https://codex.www.ads-software.com/Function_Reference/wp_editor