How to remove software

Found only this link
https://old.calculate-linux.org/main/en/add_and_remove_programs
but nothing here about removing

from the article you gave as an example:

Example (deleting Civilization ):

emerge -cv games-strategy/freeciv

также в этой статье есть ссылка на “man emerge” https://old.calculate-linux.org/main/en/emerge

man emerge

--unmerge, -C
              WARNING: This action can remove important packages! Removes all matching  packages  fol‐
              lowing  a counter governed by CLEAN_DELAY.  This does no checking of dependencies, so it
              may remove packages necessary for the proper operation of your  system.   Its  arguments
              can  be atoms or ebuilds. For a dependency aware version of --unmerge, use --depclean or
              --prune.  For a version with CLEAN_DELAY=0, use --rage-clean.

su -
Пароль:
emerge -avC <удаляемый пакет>

Thanks for reply.
It says " WARNING: This action can remove important packages!"
How to remove software safely with minimal risk and dependency checking/warning?

Разумеется, надо смотреть что удаляешь. Поэтому только emerge -avC. Будет предупреждение о важности удаляемого пакета.
Можно emerge -cv, но такой подход мне не нравится.