Retire el último TR de la tabla jQuery
$('#remove').on("click", function(){
$('#tableId tr:last').remove();
})
Rht
$('#remove').on("click", function(){
$('#tableId tr:last').remove();
})