Have a static Page set as Posts page at Settings > Reading in your Genesis powered WordPress site?
If you want to remove the Page title inside .posts-page-description, just add the following in your child theme’s functions.php:
remove_action( 'genesis_before_loop', 'genesis_do_posts_page_heading' );
Before:
After:
Source: genesis/lib/structure/archive.php