add_action( 'init', 'jk_remove_sidebar' );
function jk_remove_sidebar() {
remove_action( 'storefront_sidebar', 'storefront_get_sidebar', 10 );
}