Here’s how to disable the post title in Genesis WordPress themes. Add code in themes.php.

<pre lang="php">
add_filter( 'genesis_link_post_title', '__return_false' );