/**
* Neutralize the built-in rating system
*/
add_filter( 'wp_idea_stream_is_rating_disabled', '__return_true' );
You can put the above code inside a wp-idea-stream-custom.php file at the root of your /wp-content/plugins directory or if you are using a “mu-plugins” file, just add it there 🙂