Prova così, solo che io ho visual studio 2012, nn so se va bene anche sul visual basic 6
codice:
Dim pdf As String
        pdf = "percorso del file"
        If System.IO.File.Exists(pdf) = True Then
            System.IO.File.Delete(pdf)
            MsgBox("cancellato")
        End If