Unless otherwise indicated, the code snippets you see below should be placed into your theme’s functions.php file.
Here is the code to eliminate the Genesis In-Post SEO Settings:
<?php
//* Do NOT include the opening php tag shown above. Copy the code shown below.
//* Remove Genesis in-post SEO Settings
remove_action( 'admin_menu', 'genesis_add_inpost_seo_box' );