Unless otherwise indicated, the code snippets you see below should be placed into your theme’s functions.php file.
This code will help you remove the Genesis SEO Settings menu link:
<?php
//* Do NOT include the opening php tag shown above. Copy the code shown below.
//* Remove Genesis SEO Settings menu link
remove_theme_support( 'genesis-seo-settings-menu' );