How to remove the Sticky Menu in Genesis Theme, Magazine Pro, the right way?

You know that menu that appears when you scroll down a little or a bit? Yes, this line of code will stop it from appearing.

remove_action( 'wp_enqueue_scripts', 'sp_enqueue_script' );

Add it to the template or function page, and after that, it should stop appearing.