Is there any way to hide the Label on a Template Field?

Create an inline css class with the following code

.hidelabel .nx-basicfieldeditor-item-label{ display:none; }

then on your template add in the css field the following

hidelabel