You must have an error somewhere else, because what you have just works.
Please check your error console.
Although your second example should be:
$('ul').find('#tl_2').remove(); // but this isn't really needed since we are selecting by id. So just go for the first example which is faster.