How to remove uncategorised posts from WordPress

You have to add the argument to exclude the ‘Uncategorised’ category using this:

<?php wp_list_categories('title_li=&exclude=XX'); ?>

where XX is the ID of the category to exclude.

Here is the codex page
http://codex.wordpress.org/Template_Tags/wp_list_categories#Include_or_Exclude_Categories