I want DELETE only from table class="variations" with javascript the label which has attribute for = 'pa_cb5feb1b7314637725a2e7'
<table class="variations">
<tbody>
<tr>
<td class="label"><label for="pa_1ef722433d607dd9d2b8b7">Ships From</label></td>
</tr>
<tr>
<td class="label"><label for="pa_cb5feb1b7314637725a2e7">Color</label></td>
</tr>
</tbody>
</table>
I WANT TO KEEP only "Ships From"; Any help is appreciated