A family of Microsoft word processing software products for creating web, email, and print documents.
If you click on the Show\Hide (¶) button in Paragraph section of the Home tab of the ribbon, do the indents appear as a number of dots and only on the first line of each paragraph?
If so, if you use CTRL+a to select the whole document and then click on the Center Alignment button and then back on the Left alignment button in the Paragraph section of the Home tab of the ribbon, it will remove such indents.
If that plays too much havoc with the layout of the document, another way to remove them is by pressing CTRL+H to display the Find and Replace dialog and in that dialog click on the More >> button and then check the "Use wildcards" box and then in the Find what control, insert
^13[ ]{1,}
Note, there is a single space between the [ ], and in the Replace with control, insert
^p
and then click on Replace all. That will remove the spaces from all, except for the first paragraph in the document.