Remove Kernel remove

Hello everyone, I had installed the kernel with Autfdo.
How can I uninstall it now? Or remove it from the
listbootctl list ? (systemdboot)

bootctl list
type: Boot Loader Specification Type #1 (.conf)
title: Linux Cachyos (default) (selected)
id: linux-cachyos.conf
source: /boot//loader/entries/linux-cachyos.conf (on the EFI System Partition)
linux: /boot//vmlinuz-linux-cachyos
initrd: /boot//initramfs-linux-cachyos.img
options: root=UUID=c560341a-79c9-4eb8-ae5f-9b045ad7af95 rw rootflags=subvol=/@ zswap.enabled=0 nowatchdog splash

     type: Boot Loader Specification Type #1 (.conf)
    title: Linux Cachyos (Fallback)
       id: linux-cachyos-fallback.conf
   source: /boot//loader/entries/linux-cachyos-fallback.conf (on the EFI System Partition)
    linux: /boot//vmlinuz-linux-cachyos
   initrd: /boot//initramfs-linux-cachyos-fallback.img
  options: root=UUID=c560341a-79c9-4eb8-ae5f-9b045ad7af95 rw rootflags=subvol=/@

     type: Boot Loader Specification Type #1 (.conf)
    title: Linux Cachyos Autofdo (not reported/new)
       id: linux-cachyos-autofdo.conf
   source: /boot//loader/entries/linux-cachyos-autofdo.conf (on the EFI System Partition)
    linux: /boot//vmlinuz-linux-cachyos-autofdo (No such file or directory)
   initrd: /boot//initramfs-linux-cachyos-autofdo.img (No such file or directory)
  options: root=UUID=c560341a-79c9-4eb8-ae5f-9b045ad7af95 rw rootflags=subvol=/@ zswap.enabled=0 nowatchdog splash

     type: Boot Loader Specification Type #1 (.conf)
    title: Linux Cachyos Autofdo (Fallback) (not reported/new)
       id: linux-cachyos-autofdo-fallback.conf
   source: /boot//loader/entries/linux-cachyos-autofdo-fallback.conf (on the EFI System Partition)
    linux: /boot//vmlinuz-linux-cachyos-autofdo (No such file or directory)
   initrd: /boot//initramfs-linux-cachyos-autofdo-fallback.img (No such file or directory)
  options: root=UUID=c560341a-79c9-4eb8-ae5f-9b045ad7af95 rw rootflags=subvol=/@

     type: Automatic
    title: Reboot Into Firmware Interface
       id: auto-reboot-to-firmware-setup
   source: /sys/firmware/efi/efivars/LoaderEntries-4a67b082-0a4c-41cf-b6c7-440b29bb8c4f (on the EFI System Partition)

bootctl list
type: Boot Loader Specification Type #1 (.conf)
title: Linux Cachyos (default) (selected)
id: linux-cachyos.conf
source: /boot//loader/entries/linux-cachyos.conf (on the EFI System Partition)
linux: /boot//vmlinuz-linux-cachyos
initrd: /boot//initramfs-linux-cachyos.img
options: root=UUID=c560341a-79c9-4eb8-ae5f-9b045ad7af95 rw rootflags=subvol=/@ zswap.enabled=0 nowatchdog splash

     type: Boot Loader Specification Type #1 (.conf)
    title: Linux Cachyos (Fallback)
       id: linux-cachyos-fallback.conf
   source: /boot//loader/entries/linux-cachyos-fallback.conf (on the EFI System Partition)
    linux: /boot//vmlinuz-linux-cachyos
   initrd: /boot//initramfs-linux-cachyos-fallback.img
  options: root=UUID=c560341a-79c9-4eb8-ae5f-9b045ad7af95 rw rootflags=subvol=/@

     type: Boot Loader Specification Type #1 (.conf)
    title: Linux Cachyos Autofdo (not reported/new)
       id: linux-cachyos-autofdo.conf
   source: /boot//loader/entries/linux-cachyos-autofdo.conf (on the EFI System Partition)
    linux: /boot//vmlinuz-linux-cachyos-autofdo (No such file or directory)
   initrd: /boot//initramfs-linux-cachyos-autofdo.img (No such file or directory)
  options: root=UUID=c560341a-79c9-4eb8-ae5f-9b045ad7af95 rw rootflags=subvol=/@ zswap.enabled=0 nowatchdog splash

     type: Boot Loader Specification Type #1 (.conf)
    title: Linux Cachyos Autofdo (Fallback) (not reported/new)
       id: linux-cachyos-autofdo-fallback.conf
   source: /boot//loader/entries/linux-cachyos-autofdo-fallback.conf (on the EFI System Partition)
    linux: /boot//vmlinuz-linux-cachyos-autofdo (No such file or directory)
   initrd: /boot//initramfs-linux-cachyos-autofdo-fallback.img (No such file or directory)
  options: root=UUID=c560341a-79c9-4eb8-ae5f-9b045ad7af95 rw rootflags=subvol=/@

     type: Automatic
    title: Reboot Into Firmware Interface
       id: auto-reboot-to-firmware-setup
   source: /sys/firmware/efi/efivars/LoaderEntries-4a67b082-0a4c-41cf-b6c7-440b29bb8c4f (on the EFI System Partition)

Remove the orphaned entries in /boot/loader/entries. This is a bug in systemd-boot-manager.

OK, thank you