Remove Page Title From Posts Page

// Remove page title from 'posts' page
remove_action( 'genesis_before_loop', 'genesis_do_posts_page_heading' );