How to Remove a Title from All Category and Tags Page?

I agree that editing the loop would be the best way to do this as it keep the changes local to that php template. Simply go into category.php (or archive.php) and tag.php, look for <?php the_title(); ?> and delete it or change it to <?php //the_title(); ?> to comment it out.