You can hide the columns via the screen options. Alternatively you could use the following in your functions file
add_filter( 'wpseo_use_page_analysis', '__return_false' );
Although I'm finding a PHP error cropping up when using this with a page where I've set a focus keyword in the past.