Commands to move the temporary database are....
-- move tempdb
-- requires shutdown and restart...
alter database tempdb modify file (name='tempdev', filename='F:\MSSQL\Data\tempDB.MDF')
alter database tempdb modify file (name='templog', filename= 'F:\MSSQL\Data\TempDB.LDF')
**After restart, you can delete old tempdb files.**