Remove Primary Sidebar from the Primary Sidebar area when using Genesis Simple Sidebars
<?php
//* Do NOT include the opening php tag shown above. Copy the code shown below.
remove_action( 'genesis_sidebar', 'ss_do_sidebar' );
<!-- instead of -->
remove_action( 'genesis_sidebar', 'genesis_do_sidebar' );