Go to Plugins, then click Edit next to Display Posts Shortcode. Near the bottom, look for:
$title = ‘‘ . apply_filters( ‘the_title’, get_the_title() ) . ‘‘;
Change it to:
$title = “”;
(You could also hide it using CSS, in my case I didn’t want it outputting at all.)