Remova o último TR da tabela jQuery
$('#remove').on("click", function(){
$('#tableId tr:last').remove();
})
Rht
$('#remove').on("click", function(){
$('#tableId tr:last').remove();
})