How to remove the tripadvisor logo from the wordpress theme?

If you open header.php and remove line 96: <a class="ta-bug" title=" TripAdvisor " href="http://tripadvisor.com"><img src="<?php echo get_stylesheet_directory_uri(); ?>/images/TA_bug.gif"></a>, it will be gone. I cannot speak to the legality of this with certainty, but by my understanding of GPL2.0, you should be set.