Hi,
Yes, there is a function in /core/includes/uploader.class.php named cleanLeftOverChunks(), it should clear anything older than 3 days in the _tmp folder.
It's called via handleFileUpload() in the same file, although the call is only triggered on chunked uploads (files larger than 100MB)...