Does TRIM (remapping I mentioned) means that deleted files from SSD are rarely recoverable?
Yes, data intentionally deleted (delete, format) is pretty much unrecoverable, UNLESS some specific circumstances such as non TRIM 'compatible' file system, interface does not transport all ATA commands for example. Also, there's several things that can happen after TRIM, but most common is Deterministic Read After Trim (DRAT) which will return zeros if you try to read sectors that contained deleted data. In essence TRIM is means o let the drive know I'll no longer be needing the data in LBA n. It's up to the drive's firmware what it does with this information. Logical data recovery tools are still useful to recover data in case data was not intentionally deleted (RAW file system for example).
Note that it's not limited to SSD, many SMR drives support TRIM too.