List Child Categorie and hide the parent

You need to add &title_li= to your code like so to remove the word “Categories”:

<?php wp_list_categories('orderby=id&show_count=0&use_desc_for_title=0&child_of=5&title_li='); ?>

More information on categories can be found in the codex here: http://codex.wordpress.org/Template_Tags/wp_list_categories