add_action( get_header, remove_storefront_sidebar );

function remove_storefront_sidebar() {
}	
}