This can be done easily with 1 line of CSS code and only-child selector:
.flickity-page-dots li:only-child{ display: none; }