Can you delete them from the command line? If I had to guess, I'd say those are the temporary files for when you download/install something from the package manager. If that's the case, they should be ok to delete -- but don't quote me on that.
PS: To remove them from the command line, navigate to the correct directory and type "rm *.deb"
If it says something about permissions, type "sudo rm *.deb"